home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr26 / dsx22.zip / DOSNIX.DOC < prev    next >
Text File  |  1992-12-08  |  72KB  |  2,429 lines

  1. ~
  2.  
  3.       DOSNIX.DOC (this file) has been keyed for use with MANUAL.BAT and
  4.     READ.  For on-line help merely type "manual" and the name of the 
  5.     subject    with which you want help.  To search for subjects while in 
  6.     READ, begin the search string with a ~ (tilde).
  7.  
  8.       For help from anywhere on your system, READ.EXE and MANUAL.BAT 
  9.     should     be in a directory pointed to by the PATH command and you 
  10.     should put the full path name for DOSNIX.DOC in MANUAL.BAT.  For 
  11.     example: 
  12.  
  13.             READ +\~%1 C:\DOSNIX\DOSNIX.DOC
  14.  
  15.  
  16.  
  17.                 HELP INDEX
  18.  
  19.  
  20.         Introduction            HEAD
  21.         General                LS
  22.         STDIN                    MV
  23.         STDOUT                    MVDIR
  24.         Commands                READ
  25.             APP                RM
  26.             CAT                 RN
  27.             CHMOD                SGREP
  28.             CLR                SPLIT
  29.             CP                TAIL
  30.             CPDIR                TEE
  31.             DB                TOLOWER 
  32.         DF                TOUCH
  33.         DU                TOUPPER
  34.         EDC                WC
  35.         FFIND                Registration
  36.         GET
  37.  
  38.  
  39.  
  40.  
  41. ~introduction
  42.  
  43.  
  44.                             DOSNIX ver. 2.2
  45.                (Enhanced Version)
  46.              A Product of Chenango Shoreware
  47.                      Copyr. 1990,1992 by  G. Vrooman
  48.                           All rights reserved.
  49.  
  50.  
  51.         DOSNIX is a collection of UNIX style file management and text
  52.     utilities which will increase the power and flexibility of your
  53.     system.  DOSNIX provides many of the features which UNIX users
  54.     take for granted along with some features not even found on UNIX
  55.     systems.  It is not a UNIX clone but it is very compatible with UNIX 
  56.     conventions.  Users who are familiar with UNIX will have no trouble
  57.     learning DOSNIX.  Other users may find DOSNIX a good tool for learning 
  58.     UNIX.  Some of the programs included with DOSNIX are:
  59.  
  60.  
  61.     CHMOD -    This version of the UNIX CHMOD command has been adapted
  62.              to work with MSDOS file attributes.  It will allow you
  63.              to change the attributes of any file and allow you to
  64.              create read only, hidden and system files.
  65.  
  66.     CLR -      A utility which will allow you to customize your screen 
  67.          colors from the command line.  CLR will work properly with or
  68.          without ANSI.SYS.
  69.  
  70.     CP -       The UNIX counterpart of the DOS COPY command.  CP will
  71.              allow you to copy hidden and system files, and the DOSNIX
  72.              version will not overwrite existing files without warning
  73.              you.  CP can handle wild cards and multiple arguments and
  74.          will even allow you to format a new floppy disk if the first
  75.          one gets filled up.  CP also has options to utilize the archive 
  76.          bit or to copy files interactively.
  77.  
  78.     DB -       The famous "delete but" command will delete all except
  79.              specified files.  This command is not UNIX but it is a
  80.              great tool for cleaning up around ZIP, ARC and other archive
  81.              files.
  82.  
  83.     EDC -      Easy Directory Change.  This utility will allow you to
  84.          change directories without typing out long path names.
  85.          EDC can also be used to display a visual directory tree
  86.          on your screen.
  87.  
  88.     FFIND -    FFIND is a file locator in the tradition of the UNIX FIND
  89.              command.  Although FFIND does not have the power and scope
  90.              of the UNIX version, it is much easier to use.  FFIND will
  91.              locate files on any drive and will accept wild cards.  It
  92.              will also locate hidden and system files and has options
  93.              to remove unwanted files.
  94.  
  95.  
  96.  
  97.  
  98.  
  99.     LS -       The venerable UNIX directory lister.  LS has been spruced 
  100.          up and given another sort and two new display modes.  LS will 
  101.          now display directories sorted by file size as well as name, 
  102.          extension or date.  LS can list files in one, two, four or five 
  103.          column formats, sorted by row or by column, and offers a choice 
  104.          of upper or lower case output.  LS also offers reverse sorting
  105.          and a choice of switch characters. Default options can be set 
  106.          from the environment.
  107.  
  108.  
  109.     MV -       A fast powerful file mover, MV is used to relocate files
  110.              without performing separate COPY and  DEL commands.  MV can
  111.              be used to move files to any directory or to any drive.
  112.  
  113.     MVDIR -    The UNIX directory move utility.  MVDIR will relocate
  114.          complete directory trees and this version will even
  115.          move them to another drive.
  116.  
  117.     READ -     A highly modified version of the UNIX PG or MORE command,
  118.             READ is a handy text file viewer which will recognize both UNIX 
  119.          and keypad commands and will read from STDIN or directly from
  120.          files.  READ can now handle extended text modes such as 80 X 30,
  121.          80 X 60 and even 132 column modes.
  122.  
  123.     RM -       More powerful than the DOS DEL command, this utility
  124.              will remove complete directory structures and is great
  125.              for erasing floppies.  Unlike some UNIX versions, RM
  126.              will warn you before doing anything drastic.
  127.  
  128.  
  129.         DOSNIX also includes versions of the CAT, TEE and TOUCH commands.
  130.  
  131.  
  132.  
  133.  
  134. ~general
  135.  
  136.  
  137.     INSTALLING DOSNIX:
  138.  
  139.       DOSNIX is intended primarily for hard drives although    individual 
  140.     DOSNIX utilities can be copied to a floppy disk.  To install DOSNIX 
  141.     on your hard drive you can copy the files to any convenient directory,
  142.     such as C:\DOSNIX and add the directory to the PATH statement in your
  143.         AUTOEXEC.BAT file.  If you don't have an AUTOEXEC.BAT file you can 
  144.     make one with the following two lines:
  145.  
  146.                         PATH = C:;C:\DOSNIX
  147.                         PROMPT $P$G
  148.  
  149.     This will get you up and running with DOSNIX.
  150.  
  151.  
  152.     DOSNIX OPTIONS:
  153.  
  154.       Most DOSNIX commands have a simple format which can be enhanced by 
  155.     the use of UNIX style option strings.  The option string is always 
  156.     the first argument after the command and usually begins with a "-".  
  157.     See the Command Summary for the options available with each command.
  158.  
  159.       If you are used to MSDOS switches and find this awkward you can 
  160.     insert the following line in your AUTOEXEC.BAT file:
  161.  
  162.         SET SWITCH=/     (No space before or after "=")
  163.  
  164.     All commands except CHMOD and READ will then recognize a "/" as an 
  165.     option delimiter.  If you don't use this feature, you can use slashes 
  166.     in path names, as in UNIX, and they will be converted to back slashes.
  167.  
  168.  
  169.  
  170.     INSTANT HELP:
  171.  
  172.       This document has now been keyed for quick command searches and
  173.     a HELP.BAT file has been included.  To obtain on-line help, type 
  174.     "help" and the name of the subject with which you want help.  In
  175.     addition, a brief summary of most commands can be obtained by typing 
  176.     the name of the command followed by a "-?". 
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.     USING DOSNIX:
  184.  
  185.       DOSNIX is based on UNIX although the author has simplified some 
  186.     commands and enhanced others.  Other commands have been modified
  187.     slightly to make them more compatible with MSDOS. If you are familiar 
  188.     with UNIX you should have no problem with DOSNIX. If you are not 
  189.     familiar with UNIX, books on the subject are available in most book 
  190.     stores.  My own personal favorite, if you can still find it, is:
  191.  
  192.                 UNIX SYSTEM V PRIMER
  193.                 Waite, Martin & Pratha
  194.                 Howard W. Sams & Co., Inc.
  195.  
  196.     This book offers a lightly humorous treatment of UNIX and much of it 
  197.     is applicable to DOSNIX.
  198.  
  199.       DOSNIX has a great many options and features, which can be 
  200.     bewildering to the novice user.  Pick out the commands and options 
  201.     you need the most and get familiar with them before moving on.  LS 
  202.     is a great directory lister and it is a lot fun to play around with, 
  203.     but the -l option is all most people  will ever need.  The same is 
  204.     true with other commands. The options are there if you need them but 
  205.     don't feel you need to learn every one.
  206.  
  207.       You can experiment with DOSNIX by making a scratch directory or 
  208.     floppy and playing around with different commands. This procedure is 
  209.     highly recommended for destructive commands such as RM and DB.
  210.  
  211.  
  212.     COMPATIBILITY:
  213.  
  214.       DOSNIX was written and tested using an XT clone with Phoenix BIOS 
  215.     and MSDOS 3.1 and 3.3.  It was written very conservatively and should 
  216.     be upwardly compatible with with MSDOS 4.x, 5.x and most AT and 386
  217.     class machines.  Compatibility with MSDOS 2.x is not guaranteed.
  218.     Some utilities, such as READ and CLR, use BIOS level screen and 
  219.     keyboard functions and require an IBM compatible BIOS.  Because all 
  220.     utilities use small or medium memory models, they should not require 
  221.     more than 256k of memory to run.  
  222.  
  223.  
  224.     NOTE:
  225.  
  226.     UNIX is a registered trademark of AT&T Corporation.
  227.     MSDOS is a registered trademark of Microsoft Corporation.
  228.  
  229.  
  230.  
  231. ~stdin  ~stdout
  232.  
  233.  
  234.             STANDARD INPUT (STDIN) AND STANDARD OUTPUT (STDOUT)
  235.  
  236.  
  237.       DOSNIX utilities make extensive use of STDIN and STDOUT.  STDIN
  238.     is the keyboard unless you decide to redirect it.  STDOUT is the
  239.     screen unless you decide to redirect it.  Redirection is done by
  240.     using the MSDOS operators; <, >, >> and |.
  241.  
  242.     <     used with a program that normally reads from STDIN.  It 
  243.         tells MSDOS to use the contents of a file for STDIN.
  244.         For example: 
  245.  
  246.             more < dosnix.doc
  247.  
  248.           
  249.     >    writes STDOUT to a file.  For example:
  250.  
  251.             cat dosnix.doc
  252.  
  253.         writes DOSNIX.DOC to the screen, while
  254.  
  255.             cat dosnix.doc > another.doc
  256.  
  257.         copies DOSNIX.DOC to ANOTHER.DOC.
  258.  
  259.  
  260.     >>    appends STDOUT to an existing file or writes STDOUT
  261.         to a new file.  For example:
  262.  
  263.             cat quickref.doc >> dosnix.doc
  264.  
  265.         appends QUICKREF.DOC to DOSNIX.DOC.  Unfortunately
  266.         this operator will leave an unwanted CTRL-Z between
  267.         the two files.  For this reason, DOSNIX includes an 
  268.         APP command.
  269.  
  270.  
  271.     |    The pipeline operator. Uses STDOUT as STDIN for a
  272.         second program.  For example:
  273.  
  274.             cat *.doc | read
  275.  
  276.         pipes all files with an extension of .DOC to READ.
  277.  
  278.  
  279.  
  280.       UNIX and DOSNIX provide an additional command, TEE, which
  281.     will write STDOUT to the screen and store it in a file at
  282.     the same time.  For example:
  283.  
  284.             cat dosnix.doc | tee another.doc
  285.  
  286.     writes DOSNIX.DOC to the screen and stores it in ANOTHER.DOC.
  287.  
  288.  
  289.  
  290. ~commands
  291.  
  292.  
  293.                         LIST OF DOSNIX COMMANDS
  294. -------------------------------------------------------------------------------
  295.  
  296.         APP             append standard input to file(s).
  297.  
  298.         CAT             Copy text file(s) to standard output.
  299.  
  300.         CHMOD           Modify attribute(s) of file.
  301.  
  302.         CLR             Set screen foreground, background and border colors.
  303.  
  304.         CP              Copy file to new file or directory.
  305.  
  306.         CPDIR           Copy directory and all subdirectories. 
  307.  
  308.         DB              Delete all files except specified files.
  309.  
  310.     DF        Display free space remaining on disk.
  311.  
  312.     EDC        Easy Directory Change.
  313.  
  314.         FFIND           Find all copies of file in specified path.
  315.  
  316.         GET             Find all filenames containing specified string. 
  317.  
  318.     HEAD        Display the first few lines of a file.
  319.  
  320.         LS              List contents of directory.
  321.  
  322.         MV              Move file to new file or directory.
  323.  
  324.         MVDIR           Move directory and all subdirectories to new location.
  325.  
  326.         READ            Display text file in page format.
  327.  
  328.         RM              Remove file(s).
  329.  
  330.         RN              Rename file or directory.
  331.  
  332.     SGREP        Search  text file(s) for specified string.
  333.  
  334.     SPLIT        Split a text file into several smaller files.
  335.  
  336.     TAIL        Display the last few lines of a file.
  337.  
  338.         TEE             Copy standard input to standard output and file(s).
  339.  
  340.         TOLOWER         Convert standard input to lower case.
  341.  
  342.         TOUCH           Modify file time and date.
  343.  
  344.         TOUPPER         Convert standard input to upper case.
  345.  
  346.     WC        Count lines, words and characters in a file.
  347.  
  348.  
  349.  
  350.  
  351.  
  352.                         SUMMARY OF DOSNIX COMMANDS
  353. ------------------------------------------------------------------------------
  354. ~app
  355.  
  356.  
  357.     NAME:
  358.  
  359.     APP     Append standard input to file.
  360.  
  361.  
  362.     SYNTAX:
  363.  
  364.     app  file1 [file2..file5]               Appends standard input to up 
  365.                         to five files.
  366.  
  367.  
  368.  
  369.     DESCRIPTION:
  370.  
  371.       APP is a non-UNIX command meant to replace the DOS ">>" operator.  
  372.     Using ">>" to append files will not remove the CTRL-Z from the end of 
  373.     the first file before appending, but using APP will.  APP can be  used
  374.     with the dos "|" operator and any command which writes to standard 
  375.     output.  For example:
  376.  
  377.                 cat file1 file2 | app file3
  378.  
  379.     appends the output of CAT to file3.  See CAT.
  380.  
  381.                 app < file1 file2     
  382.  
  383.     appends file1 to file2.
  384.  
  385.     WARNING:  Do not use "app < file1 > file2".  This will erase file2.
  386.  
  387.     APP is meant for use with text files only and use with binary files 
  388.     is not recommended.
  389.  
  390.  
  391.  
  392. ~cat
  393.  
  394.  
  395.     NAME:
  396.  
  397.     CAT     Copy text file(s) to standard output.
  398.  
  399.  
  400.     SYNTAX:
  401.  
  402.  
  403.     cat                             Copies standard input to standard 
  404.                     output.
  405.  
  406.     cat file1                       Copies file1 to standard output. 
  407.                     Usually the screen.
  408.  
  409.     cat file1 file2 > file3         Concatenates file1 and file2 and 
  410.                     stores in file3.
  411.  
  412.  
  413.  
  414.  
  415.     DESCRIPTION:
  416.  
  417.       CAT reads one or more files and copies them to STDOUT.  If no input 
  418.     file is given, CAT will read STDIN until a CTRL-Z is found.  For 
  419.     example:
  420.  
  421.                         cat *.c > csource.txt
  422.  
  423.     will concatenate all files with an extension of .C and store
  424.     them in CSOURCE.TXT.
  425.  
  426.                         cat file1 file2 | app file3
  427.  
  428.     concatenates file1 and file2 and appends the result to file3.
  429.  
  430.                         cat > temp
  431.  
  432.     stores whatever is typed on the keyboard in TEMP and is similar to the 
  433.     DOS command COPY CON TEMP.  CTRL-Z can be used to terminate this 
  434.     operation.
  435.  
  436.     Some versions of CAT will copy the CTRL-Z at the end of    each file, 
  437.     leaving you stuck with a lot of unwanted CTRL-Z's in your new file.  
  438.     This version wont.
  439.  
  440.     CAT is meant for use with text files only and use with binary files 
  441.     is not recommended.
  442.  
  443.  
  444.  
  445. ~chmod
  446.  
  447.  
  448.     NAME:
  449.  
  450.     CHMOD   Change attribute(s) of a file.
  451.  
  452.  
  453.     SYNTAX:
  454.  
  455.     chmod [+x] file1                Adds attribute x to file1
  456.  
  457.     chmod [-x] file1                Removes attribute x from file1
  458.  
  459.  
  460.  
  461.     ATTRIBUTES:
  462.  
  463.     +a                              Set archive bit.
  464.     -a                              Clear archive bit.
  465.     +h                              Add hidden attribute.
  466.     -h                              Remove hidden attribute.
  467.     +r                              Add read only attribute.
  468.     -r                              Remove read only attribute.
  469.     +s                              Add system attribute.
  470.     -s                              Remove system attribute.
  471.  
  472.  
  473.  
  474.     DESCRIPTION:
  475.  
  476.       CHMOD is used to modify the attributes of a file.  Attributes can 
  477.     be grouped together in any sequence but each attribute must be 
  478.     preceded by a "+" or a  "-".  For example:
  479.  
  480.                         chmod -a *.*
  481.  
  482.     removes the archive bit from all files in the current directory,
  483.  
  484.                         chmod -a+r list.txt
  485.  
  486.     removes the archive bit and makes LIST.TXT read only,
  487.  
  488.                         chmod +h+s widget.com
  489.  
  490.     makes WIDGET.COM a hidden, system file.
  491.  
  492.  
  493.  
  494. ~clr
  495.  
  496.  
  497.     NAME:
  498.  
  499.     CLR   Set foreground, background and border colors.
  500.  
  501.  
  502.  
  503.     SYNTAX:
  504.  
  505.     clr                Clears screen without resetting 
  506.                     attributes.
  507.  
  508.     clr [-ab] fgnd [bkgnd [brdr]]   Sets screen foreground, background
  509.                     and border colors.
  510.  
  511.  
  512.     OPTIONS:
  513.  
  514.         
  515.     a        ANSI compatible mode.
  516.                 
  517.     b               Set foreground Bold attribute to ON.
  518.  
  519.  
  520.  
  521.     DESCRIPTION:
  522.  
  523.       CLR sets the screen foreground, background and border colors to 
  524.     those specified by the user.  The following colors are supported:
  525.  
  526.         BLACK   RED     GREEN   YELLOW  AMBER
  527.  
  528.         BLUE    MAGENTA CYAN    WHITE
  529.  
  530.     Because yellow is high intensity amber, it is impossible to have a 
  531.     yellow background.  Border colors will vary with the type of monitor.
  532.  
  533.       If only a foreground color is specified the background color 
  534.     defaults to black.  The border color always defaults to the background 
  535.     color.  To change the background color you need to specify the 
  536.     foreground color.  To change the border color you need to specify 
  537.     foreground and background colors.
  538.  
  539.       For ease of use CLR will recognize the first three letters of any 
  540.     color name.  For example:
  541.  
  542.                         clr yel
  543.  
  544.     sets the foreground color to yellow with a black background and border,
  545.  
  546.                         clr whi blu
  547.  
  548.     sets the foreground color to white and the background and border 
  549.     colors to blue, and
  550.  
  551.                         clr red whi red
  552.  
  553.     sets the foreground color to red, the background color to white and 
  554.     the border color to red.
  555.  
  556.  
  557.  
  558.  
  559.  
  560.       The -b option sets the intensity of the foreground color to high.  
  561.     For example:
  562.  
  563.                         clr -b red
  564.  
  565.     sets the foreground color to high intensity red.
  566.  
  567.       If the screen is cleared after using CLR, and ANSI.SYS is not 
  568.     installed, the screen will return to normal. This can be avoided by 
  569.     using CLR without arguments to clear the screen, or by installing 
  570.     ANSI.SYS.
  571.  
  572.       If ANSI.SYS is installed, CLR will detect it and generate the needed 
  573.     escape codes.  A -a option has been provided to force ANSI mode if 
  574.     needed.  
  575.  
  576.  
  577.  
  578.  
  579. ~cp
  580.  
  581.  
  582.     NAME:
  583.  
  584.     CP      Copy file to new file or directory.
  585.  
  586.  
  587.  
  588.     SYNTAX:
  589.  
  590.     cp [-abcfinopstv] file1 file2    Copies file1 to file2
  591.  
  592.  
  593.         cp [-abcfinopstv] file1 [file2..filen] dir
  594.  
  595.                     Copies any number of files to 
  596.                     directory.
  597.  
  598.         cp [-abcfinopstv] dir1 dir2      Copies files in dir1 to dir2.
  599.  
  600.     cp -m source dest1 [dest2..destn]
  601.  
  602.                           Makes multiple copies of source.
  603.                     Destination may  be  either file or
  604.                     directory.
  605.  
  606.  
  607.     OPTIONS:
  608.  
  609.     a               Copy hidden and system files.  Prompt
  610.                         before overwriting protected files.
  611.         b               Copy only files with archive bit set.
  612.         c               Clear archive bits after copying.
  613.         f               Copy hidden and system files.  Overwrite
  614.                         protected files without prompting.
  615.         i               Interactive mode. Prompts before copying.
  616.         m               Make multiple copies of single file.
  617.         n               No delete. Do not overwrite existing files.
  618.         o               Overwrite existing files without prompting.
  619.                         Does not overwrite protected files.
  620.         p               Preserve file attributes when copying.
  621.         s               Copy files without echoing to screen.
  622.         t               Update file time and date when copying.
  623.         v               Verify files when copying.
  624.  
  625.  
  626.  
  627.     DESCRIPTION:
  628.  
  629.       CP copies one or more files to a new file or directory. If more 
  630.     than one source file is specified or wildcards are used, the last  
  631.     argument must specify an existing directory or an error  will  occur. 
  632.     If a directory is used as a source, all files in the directory will 
  633.     be copied but subdirectories will not be copied.
  634.  
  635.  
  636.  
  637.  
  638.  
  639.  
  640.       Each file is echoed to the screen as it is copied and existing  
  641.     files  are not overwritten  without prompting.  If an existing file 
  642.     is protected the user will be notified and prompted a second time 
  643.     before the file is overwritten. Options are provided to override 
  644.     these features when desired.
  645.  
  646.       If a Disk Full error occurs while copying files to a removable 
  647.     device, CP will prompt the user for a new diskette.  The user may 
  648.     either continue, format a new disk or abort at this point.  If a new 
  649.     disk is inserted, CP will create the directory if needed. To format 
  650.     disks, CP needs    to access COMMAND.COM and FORMAT.COM, so set COMSPEC 
  651.     to point to your copy of COMMAND.COM and make sure FORMAT.COM is in a 
  652.     directory pointed to by PATH.
  653.  
  654.       The -i option will prompt the user for a yes or no answer before 
  655.     copying each file.  Used with wildcards or directory names this option 
  656.     provides an interactive method of copying files.
  657.  
  658.       Hidden and system files can be copied using the -a option or the 
  659.     -f option.  If the -f option is used all existing files, even 
  660.     protected files, will be overwritten without prompting the user.
  661.  
  662.       The -o option can be used overwrite existing files but will not 
  663.     overwrite protected files.  If the -n option is used, no files will 
  664.     be overwritten and the user will not be prompted.  The -n option 
  665.     overrides all other options in this respect.
  666.  
  667.       If the -s option is used, files will not be echoed to the screen 
  668.     when copying.  This option can be used with the -o, -f or -n options 
  669.     when no screen output is desired.
  670.  
  671.       Unlike the MV command, file attributes are not carried over and
  672.     the archive bit of the new file is set. The -p option can be used 
  673.     to preserve the attributes of the old file.
  674.  
  675.       In normal use CP will carry over the time and date of the old
  676.     file.  If the -t option is used, the new file will be stamped
  677.     with the current DOS time and date.
  678.  
  679.       A -v option has been added to turn on the DOS verify flag before
  680.     copying.  When the copy is complete the verify flag is restored
  681.     to its former state.
  682.  
  683.  
  684.  
  685.  
  686.  
  687.  
  688.       CP can be used for backups with the -b option.  When this option 
  689.     is used, only  archive files are copied.  The -c option will clear 
  690.     the archive bit on both files after the copy is made.  For example:
  691.  
  692.             cp -bco *.* a:\
  693.  
  694.     copies only files in the current directory which have not been backed 
  695.     up.  The archive bits are cleared and any previously existing files 
  696.     on drive A are overwritten.
  697.  
  698.       Sometimes it is  necessary to  copy a  file to  several different 
  699.     drives or directories.  CP can be used with the  -m option to make 
  700.     as many copies of a file as needed.
  701.  
  702.  
  703.  
  704. ~cpdir
  705.  
  706.  
  707.     NAME:
  708.  
  709.     CPDIR   copy directory and all subdirectories.
  710.  
  711.  
  712.  
  713.     SYNTAX:
  714.  
  715.     cpdir [-abcfnopstv] dir1 dir2    Copies dir1 to dir2.
  716.  
  717.  
  718.     OPTIONS:
  719.  
  720.             a               Copy hidden and system files.  Prompt
  721.                             before overwriting protected files.
  722.             b               Copy only files with archive bit set.
  723.             c               Clear archive bits after copying.
  724.             f               Copy hidden and system files.  Overwrite
  725.                             protected files without prompting.
  726.             n               No delete. Do not overwrite existing files.
  727.             o               Overwrite existing files without prompting.
  728.                             Does not overwrite protected files.
  729.             p               Preserve file attributes when copying.
  730.             s               Copy files without echoing to screen.
  731.             t               Update file time and date when copying.
  732.             v               Verify files when copying.
  733.  
  734.  
  735.  
  736.     DESCRIPTION:
  737.  
  738.       CPDIR copies a complete directory to either a new or existing
  739.     directory.  If the target directory does not exist a new directory 
  740.     will be created.  If the target directory does exist it will be used 
  741.     as the starting point. Note the difference between this and the MVDIR 
  742.     command.  Subdirectories will be created when the files are copied.
  743.  
  744.  
  745.       Options are identical to the the CP command with the exception
  746.     of the -i and -m options which are not used.
  747.  
  748.       If a Disk Full error occurs while copying files to a floppy disk,
  749.     CPDIR will prompt the user for a new diskette.  The user may either 
  750.     continue, format a new disk or abort at this point.  To format disks, 
  751.     CP needs to access COMMAND.COM and FORMAT.COM, so set COMSPEC to point
  752.     to your copy of COMMAND.COM and make sure FORMAT.COM is in a directory 
  753.     pointed to by PATH.  When the new diskette is formatted, CPDIR will 
  754.     create all the necessary directories and continue.
  755.  
  756.  
  757.  
  758.  
  759.  
  760. ~db
  761.  
  762.  
  763.     NAME:
  764.  
  765.     DB      Delete all files except specified files.
  766.  
  767.  
  768.     SYNTAX:
  769.  
  770.     db file1..filen                 Deletes all files in directory
  771.                                                 except specified files.
  772.  
  773.  
  774.     OPTIONS:        None
  775.  
  776.  
  777.  
  778.     DESCRIPTION:
  779.  
  780.       DB will delete all files in a directory except the files given as 
  781.     an argument.  Wildcards can be used in arguments but path names are 
  782.     not supported.  DB can only be used in the current directory.  For 
  783.     example:
  784.  
  785.                         db *.zip
  786.  
  787.     will delete all files that do not have an extension of .ZIP and, 
  788.     in fact, DB is an excellent tool for cleaning up around ZIP files 
  789.     and other archives.
  790.  
  791.       DB works by assigning a +h attribute to the specified files and 
  792.     then removing all normal files.  The remaining files are then 
  793.     "unhidden".  This can cause a problem  with previously existing 
  794.     hidden files.  If DB encounters any hidden files it, will safely 
  795.     abort leaving the directory unchanged.  You will then have to use RM.
  796.  
  797.         WARNING: DB can be a deadly weapon if used carelessly.  Use it only 
  798.     when you are sure of what you are doing.
  799.  
  800.  
  801.  
  802.  
  803. ~df
  804.  
  805.  
  806.     NAME:
  807.  
  808.     DF          Report free space remaining on disk.
  809.  
  810.  
  811.  
  812.     SYNTAX:
  813.  
  814.     df [-i] [drive]                Displays free space on disk.
  815.  
  816.  
  817.     OPTIONS:
  818.     
  819.     i  Display additional information.
  820.         ?  Display this screen.
  821.  
  822.  
  823.  
  824.     DESCRIPTION:
  825.  
  826.       DF displays the amount of free space left on the disk in clusters
  827.     and bytes.  If no drive is specified, information for the current 
  828.     drive will be displayed.  Using *: as a drive spec causes all drives 
  829.     to be checked.  The -i option displays additional information from 
  830.     the File Address Table.
  831.  
  832.  
  833.         
  834. ~du
  835.  
  836.  
  837.  
  838.     NAME:
  839.  
  840.         DU    Report amount of disk space used.
  841.  
  842.  
  843.  
  844.     SYNTAX:
  845.  
  846.         du [-124acikns] [dir]    Reports disk space used by dir.
  847.         du [-124ckns] file      Reports disk space used by file.
  848.  
  849.  
  850.  
  851.     OPTIONS:    -1  Report disk usage in 1k blocks.
  852.         -2  Report disk usage in 2k blocks.
  853.         -4  Report disk usage in 4k blocks.
  854.         -a  Show files as well as directory totals.
  855.         -c  Report disk usage in clusters.
  856.         -i  Ignore subdirectories.
  857.         -n  Display output in lower case.
  858.         -s  Summary mode.  Show only total for directory.
  859.         -?  Display help screen.
  860.  
  861.  
  862.     DESCRIPTION:
  863.  
  864.       DU reports the amount of disk space used by a directory in 512
  865.     byte blocks.  The amount of space used by each subdirectory is 
  866.     included in the total for the parent directory.  Totals for each 
  867.     subdirectory are also displayed unless the -s option is used.  If 
  868.     no directory is specified DU will use the current directory.  If the
  869.     -i option is used DU will ignore any subdirectories and display just 
  870.     a total    for the parent directory.  The -a option will display the 
  871.     space used by each file.
  872.  
  873.       DU will also accept a file name or mask as an argument and the
  874.     current directory will be examined.  For example 
  875.  
  876.             du *.c
  877.  
  878.     will display the space used by each ".C" file in the current dir-
  879.     ectory.  In this mode the -a and -i options are assumed.
  880.  
  881.       In many cases 512 byte blocks are not very useful so this version
  882.     of DU has options to display the space used in 1k, 2k, or 4k blocks.
  883.     If the -c option is used, cluster size will be determined from the
  884.     FAT and usage will be displayed in clusters.  
  885.  
  886.  
  887.  
  888. ~edc
  889.  
  890.  
  891.     NAME:
  892.  
  893.     EDC    Easy Directory Change
  894.  
  895.  
  896.     SYNTAX:
  897.  
  898.     edc [-options] [d:]dir1            Changes directory to dir1.
  899.     edc -rn dir1 dir2            Renames dir1 to dir2.
  900.  
  901.  
  902.     OPTIONS:
  903.  
  904.     k    Do not pause when screen is full.
  905.     l    Scan drive and list directories.
  906.     m    Create directory and update path file.
  907.     n    Display directory tree without graphics.
  908.     q    Quick scan.  Do not look for extensions.
  909.     r    Remove directory and update path file.
  910.     rn    Rename directory and update path file.
  911.     s    Scan drive. No screen output.
  912.     t    Display directory tree with graphics.
  913.     ?    Display help screen.
  914.  
  915.  
  916.  
  917.     DESCRIPTION:
  918.  
  919.       EDC allows you to change directories by entering only the directory 
  920.     name rather than the whole path name.  For example, if you have a 
  921.     directory  named \MODEM\FILES\ZIP you can reach the directory 
  922.     from anywhere on your drive by entering:
  923.  
  924.             edc zip
  925.  
  926.     instead of:
  927.  
  928.             cd \modem\files\zip
  929.  
  930.     EDC can also find directories if given just the first few letters of  
  931.     the name.  If  you  have a directory named \GAMES\POKER\BIGDECK, 
  932.     entering:
  933.  
  934.             edc big
  935.  
  936.     will  find it.
  937.  
  938.           If  EDC finds  more than one directory with the same name, it 
  939.     will display all directories found and  prompt you  to choose one.
  940.     A new menu has been installed with both a selector bar and a speed
  941.         search feature.  To use speed search, enter the next letter of the
  942.     directory name to narrow the search or use the backspace key to
  943.     widen the search.
  944.  
  945.  
  946.  
  947.  
  948.  
  949.       EDC will locate directories on any hard drive without using a 
  950.     drive spec.  To change to a directory on a floppy  drive, or just
  951.     to speed things up, you can enter the drive spec along with the 
  952.     directory name with no space or slash between them.  For example 
  953.     if you are currently using drive C and you wish to change to 
  954.     B:\GAMES\BOARD\CHECKERS you can enter:
  955.  
  956.             edc b:checkers
  957.         or
  958.  
  959.             edc b:check
  960.  
  961.     A drive spec can be terminated by a semicolon as well as a colon.
  962.     This allows you to change drives without hitting the shift key.
  963.     For example:
  964.  
  965.             edc b;check
  966.  
  967.  
  968.       To install EDC, copy EDC.EXE to the root directory of your boot 
  969.     drive or to any directory pointed  to by the DOS PATH parameter. 
  970.     Then enter:
  971.  
  972.             edc -s
  973.  
  974.        EDC will scan all hard drives for directories and store    them in  
  975.     a file named PATH.EDC which is maintained in the root directory of
  976.     drive C.  Because EDC refers to this file to find directories, 
  977.     it should not be removed.  To scan floppy drives you can enter:
  978.  
  979.             edc -s d:
  980.  
  981.     where "d" is the letter of the drive you are scanning. 
  982.  
  983.  
  984.        If EDC does not find a copy of PATH.EDC when changing directories,
  985.     it will automatically scan the drive for you.  The -s option can 
  986.     be used for updates.  You can lock out undesired drives by setting 
  987.     the environment    variable EDNOSCAN to the letters of the drives that 
  988.     you want to ignore.  For example:
  989.  
  990.             set ednoscan=df
  991.  
  992.     will cause EDC to ignore drives D and F.  
  993.  
  994.  
  995.       If a full path name or one of the standard  DOS directory symbols 
  996.     ("\",  "." or "..") is given, EDC will change directories immediately
  997.     without checking PATH.EDC.
  998.  
  999.  
  1000.  
  1001.  
  1002.  
  1003.  
  1004.       If the -t option is used, EDC will display the directory tree 
  1005.     on your screen while it    is scanning.  The screen will pause after 
  1006.     displaying each page of information and give you an opportunity
  1007.     to choose a directory.  PATH.EDC will not be updated unless the 
  1008.     -k option is used.  For redirection to non-IBM printers, the -n 
  1009.     option will display the directory tree without using graphics 
  1010.     characters.  The -l option will display a list of directories 
  1011.     instead of a tree.  
  1012.  
  1013.       The -l, -n, and -t options are different from the -s option
  1014.     in one respect.  If no drive is specified only the current 
  1015.     drive will be scanned.  If the -s option is combined with any
  1016.     of these options all hard drives will be scanned.
  1017.  
  1018.  
  1019.       If none of your directory names have extensions you can use
  1020.     the -q option with any of the above options for quicker scans.
  1021.     For example:
  1022.  
  1023.             edc -sq    or    edc -tq
  1024.  
  1025.  
  1026.      The -m and -r options can be used to create and remove directories.
  1027.     Rules for path names are the same as for DOS and PATH.EDC will be 
  1028.     updated after each change.  A -rn option has been added to rename 
  1029.     directories.  Old and new directories should be be in the same parent 
  1030.     directory.  If other commands are used to create and remove 
  1031.     directories you will have to rescan the affected drive.
  1032.  
  1033.  
  1034.     NOTE: EDC uses the MSDOS LASTDRIVE parameter to determine the 
  1035.     number of available drives on your system.  For best performance 
  1036.     insert the following line in CONFIG.SYS:
  1037.  
  1038.             LASTDRIVE = x
  1039.  
  1040.         where x is the letter of your last logical drive.
  1041.  
  1042.  
  1043.  
  1044.  
  1045.  
  1046.  
  1047.  
  1048. ~ffind
  1049.  
  1050.  
  1051.     NAME:
  1052.  
  1053.     FFIND   Find all copies of file in specified path.
  1054.  
  1055.  
  1056.     SYNTAX:
  1057.  
  1058.     ffind [-abdfiklmnr?] [+-=date] [path] filename
  1059.  
  1060.                         Finds all files in path with
  1061.                             the same name.
  1062.  
  1063.     ffind -e "command {}" [+-=date] [path] filename   
  1064.  
  1065.                         Executes DOS command when each
  1066.                         file is located.
  1067.  
  1068.     OPTIONS:
  1069.  
  1070.     a               Include hidden and system files in search.
  1071.         b               Batch mode, disable warning prompt.
  1072.         d               Include directories in search.
  1073.     e        Execute DOS command.
  1074.         f               Include floppy drives in search.
  1075.         i               Remove files interactively.
  1076.     k        No highlights or screen pauses.
  1077.         l               Display in long format, showing
  1078.                         attributes, size, time and date.
  1079.         m               Display totals for each directory.
  1080.     n        Display output in lower case.
  1081.         r               Remove files when found.
  1082.         ?               Display help screen.
  1083.  
  1084.  
  1085.  
  1086.     DESCRIPTION:
  1087.  
  1088.       FFIND will search the specified path for all copies of a given 
  1089.     file.  "path" should be a valid directory name or drive spec. If 
  1090.     "path" is omitted the search will begin from the root directory of 
  1091.     the current drive.  If "*:" is used for a path FFIND will search all 
  1092.     available hard drives. Wild cards can be used in file names and all 
  1093.     subdirectories will be searched. For example:
  1094.  
  1095.                 ffind *.bak
  1096.         or
  1097.                 ffind \ *.bak
  1098.  
  1099.         will search the entire current drive for all files named with
  1100.         an extension of .BAK.
  1101.  
  1102.                 ffind d: temp
  1103.  
  1104.  
  1105.  
  1106.  
  1107.  
  1108.         will search all of drive D for all files named TEMP,
  1109.  
  1110.                 ffind *: temp
  1111.  
  1112.         will search all hard drives for all files named TEMP, and
  1113.  
  1114.         ffind \games poker.exe
  1115.  
  1116.         will search the directory \GAMES and all subdirectories for all files 
  1117.     named POKER.EXE.
  1118.  
  1119.  
  1120.       The -r option will delete files when found.  For example:
  1121.  
  1122.         ffind -r c:\ *.bak
  1123.  
  1124.     will search drive c for all files with an extension of .BAK and 
  1125.     remove them.  The -i option is similar to the -r option except that 
  1126.     the user is prompted before each file is removed.  The -r option 
  1127.     provides an initial warning prompt before execution.  If you ever 
  1128.     type "-r" when you really  meant to type "-l" you will appreciate 
  1129.     the need for this.  The -b option will override this feature for 
  1130.     unattended batch file operation.  This option is intended for use in
  1131.     batch files only.  Don't use it from the keyboard, or some day you 
  1132.     will type in "ffind -rb" when you least intend to.  
  1133.  
  1134.       FFIND will locate hidden and system files with the -a option  but 
  1135.     the -r option cannot be used to remove protected files.  Use the -i 
  1136.     option to remove these files.
  1137.  
  1138.           The -l option can be used to display complete information on each 
  1139.     file located and the -k option will disable highlights and screen
  1140.     pauses, allowing the output to be redirected.
  1141.  
  1142.       The -m option will display the total number of matching files in 
  1143.     each directory along with the total number of bytes used.  For 
  1144.     example:
  1145.  
  1146.         ffind -almk c:\ *.* > disk.map
  1147.  
  1148.     will create a complete usage map of the user's hard disk and store 
  1149.     it in DISK.MAP.
  1150.  
  1151.       When "*:" is used as a drive spec, FFIND will ignore floppy drives 
  1152.     unless the -f option is used.  This eliminates the annoying wait
  1153.     on empty floppy drives.  Floppy drives can still be searched
  1154.     directly without using the -f option.
  1155.  
  1156.       A semicolon can now be used to terminate a drive spec in place
  1157.     of a colon.  In addition FFIND will consider ";;" equivalent to
  1158.     "*:" and search all drives.  These modifications save a few
  1159.     key strokes.
  1160.  
  1161.  
  1162.  
  1163.  
  1164.     NOTE: FFIND uses the MSDOS LASTDRIVE parameter to determine the 
  1165.     number of available drives. If FFIND attempts to search non-existent 
  1166.     drives insert the following line in CONFIG.SYS:
  1167.  
  1168.             LASTDRIVE = x
  1169.  
  1170.         where x is the letter of your last logical drive.
  1171.  
  1172.  
  1173.        FFIND can also locate files based on date.  The date parameter
  1174.     should be entered after any switches and before the path and file 
  1175.     arguments.  The date should be preceded by a "+", "-" or "=".
  1176.     For example:
  1177.  
  1178.             ffind -07/04/91 *.*
  1179.  
  1180.     will locate all files created or modified since July 4th, 1991.
  1181.     
  1182.             ffind -l +07/04/1991 *.txt
  1183.  
  1184.     will locate all  .TXT files older than July 4th, 1991 and display
  1185.     them in long format.
  1186.  
  1187.             ffind -r =07/04/1991 d; *.* 
  1188.  
  1189.     will locate and remove all files on drive D which are dated
  1190.     July 4th, 1991. 
  1191.  
  1192.         FFIND can locate files by number of days back as well as 
  1193.     actual date.  For example:
  1194.  
  1195.             ffind =5 *.*
  1196.  
  1197.     will locate all files created exactly five days ago and 
  1198.  
  1199.             ffind -5 *.* 
  1200.  
  1201.     will locate all files newer than five days.
  1202.  
  1203.  
  1204.  
  1205.       FFIND has a -e option which will cause the program to shell 
  1206.     to DOS and execute a command whenever a file is located.  The name 
  1207.     of the located file can be parsed into the command argument by 
  1208.     inserting a pair of braces wherever you want the file to be used.  
  1209.     For example:
  1210.  
  1211.             ffind -e "pkunzip {}" *.zip
  1212.  
  1213.     would unzip all the ZIP files on the current drive.  If a null
  1214.     argument is used,  FFIND will shell to DOS in the directory in
  1215.     which the file is located, giving you an opportunity to do
  1216.     whatever you want.  For example:
  1217.  
  1218.                 ffind -e "" test.txt
  1219.  
  1220.  
  1221.  
  1222. ~get
  1223.  
  1224.  
  1225.     NAME:
  1226.  
  1227.     GET     Find all file names containing specified string.
  1228.  
  1229.  
  1230.     SYNTAX:
  1231.  
  1232.     get [-adfkl?] [path] string     Finds all files in path having
  1233.                                         string as part of file name.
  1234.  
  1235.  
  1236.     OPTIONS:
  1237.  
  1238.     a               Include hidden and system files in search.
  1239.         d               Include directories in search.
  1240.     f        Include floppy drives in search.
  1241.     k        No highlights or screen pauses.
  1242.         l               Display in long format, showing attributes, size, 
  1243.             time and date.
  1244.         ?               Display help screen.
  1245.  
  1246.  
  1247.  
  1248.     DESCRIPTION:
  1249.  
  1250.       GET will search the specified path for all files having the 
  1251.     specified string as part of the file name.  If an extension is 
  1252.     provided GET will locate only files with that extension, otherwise 
  1253.     GET will locate all files regardless of extension.  For example:
  1254.  
  1255.                         get modem
  1256.  
  1257.         will locate QMODEM.DOC, JMODEM.ZIP and MODEMS.TXT.
  1258.  
  1259.                         get ted.zip
  1260.  
  1261.         will locate TED.ZIP and TED12.ZIP but will ignore TED.COM.
  1262.  
  1263.       GET will locate hidden and system files with the -a option and
  1264.     the -l option can be used to display complete information on each 
  1265.     file located.  The -d option can be used to locate directories.  
  1266.     There are no options to remove files.  
  1267.  
  1268.       The "path" specification is identical to the FFIND command.  If 
  1269.     you are searching all drives, the output of GET can be quite long.  
  1270.     Try piping it to READ.  For example:
  1271.  
  1272.                          get -k *: modems | read -f
  1273.  
  1274.  
  1275.  
  1276. ~head
  1277.  
  1278.  
  1279.  
  1280.     NAME:
  1281.  
  1282.         HEAD    Display the first few lines of a file.
  1283.  
  1284.  
  1285.  
  1286.     SYNTAX:
  1287.  
  1288.     head [-###v] [file1 file2..filen]  Displays first ### lines of
  1289.                        file1 through filen.
  1290.  
  1291.  
  1292.  
  1293.     OPTIONS:    -###  Display the first ### lines.
  1294.                 -v    Verbose. Print name of each file.
  1295.                 -?    Display help screen.
  1296.  
  1297.  
  1298.  
  1299.  
  1300.     DESCRIPTION:
  1301.  
  1302.  
  1303.       HEAD displays the first few lines of any text file.  The number
  1304.     of lines to display can be specified as an option.  For example
  1305.  
  1306.             head -50 dosnix.doc
  1307.  
  1308.     displays the first 50 lines of DOSNIX.DOC.  If the number of lines 
  1309.     is not specified the first ten lines are listed.  
  1310.  
  1311.       HEAD can be used with wild cards and multiple arguments and a -v
  1312.     option is provided to give the name of each file as it is listed. 
  1313.     For example:
  1314.  
  1315.             head -20v *.c
  1316.  
  1317.     would list the first 20 lines of each C source file preceded by the
  1318.     file name.  When using the -v option the number of lines, if specified,
  1319.     should come before the 'v' as shown in the example.
  1320.  
  1321.       HEAD will also read from STDIN and you can pipe the output of
  1322.     other commands to HEAD.  The -v option is not applicable when
  1323.     reading from standard input.
  1324.  
  1325.  
  1326.  
  1327. ~ls
  1328.  
  1329.  
  1330.     NAME:
  1331.  
  1332.     LS      List contents of directory.
  1333.  
  1334.  
  1335.     SYNTAX:
  1336.  
  1337.       ls [-124acdefklnprtuxz?] [dir1]..[dirn]   Displays contents of dir1..dirn
  1338.  
  1339.       ls [-124acdefklnprtuxz?] [fil1]..[filn]   Lists fil1..filn
  1340.  
  1341.  
  1342.  
  1343.     OPTIONS:
  1344.  
  1345.     1               Display one entry per line.
  1346.     2        Display two entries per line with size and date.
  1347.     4        Display four entries per line showing size only.
  1348.         a               Display hidden and system files.
  1349.         c               Display files sorted down each column.
  1350.     d        Display file totals and free disk space. 
  1351.         e               Sort file names by extension.
  1352.         f               Display files only. Omit directories.
  1353.         k               Do not pause when screen is full.
  1354.         l               Display files in long format, showing
  1355.                         name, attributes, size, time and date.
  1356.     n        Display file names in lower case.
  1357.         p               Put a back slash after each subdirectory.
  1358.         r               Reverse order of sort.
  1359.         t               Sort files by time and date.
  1360.         u               Do not sort files.
  1361.     x        Display files sorted across screen.
  1362.     z        Sort files by size.
  1363.         ?               Display help screen.
  1364.  
  1365.  
  1366.  
  1367.     DESCRIPTION:
  1368.  
  1369.       LS displays the contents of a directory sorted across the screen 
  1370.     in five columns.  The arguments can be either files or directories. 
  1371.     If wildcards are used, all matching files will be listed.  Multiple
  1372.     arguments are accepted and more than one directory can be displayed.
  1373.     If no arguments are used, the contents of the current directory will
  1374.     be displayed.  If no options are used, -xpd will be assumed and file 
  1375.     totals will be displayed at the bottom of the listing.
  1376.  
  1377.           The -x option will display files sorted across the screen and
  1378.     is used in the default mode. The -c option will display files sorted 
  1379.     down each column rather than across each row.  If the  -1 (one) option 
  1380.     is used, one entry per line is displayed showing only the file name.
  1381.  
  1382.  
  1383.  
  1384.  
  1385.  
  1386.  
  1387.       If the -l option is used, one entry per line is displayed, showing 
  1388.     name, attributes, size of file in bytes, and time and date of last 
  1389.     modification.  A modified DOS format is used which is more readable 
  1390.     than the standard UNIX format.  Attributes displayed in this format 
  1391.     are:
  1392.  
  1393.                         <DIR>           Subdirectory.
  1394.                         A               Archive bit is set.
  1395.                         R               File is read only.
  1396.                         H               File is hidden.
  1397.                         S               File is system.
  1398.  
  1399.     At the  end of each display the size of the directory in bytes is
  1400.     shown. The size of any subdirectories is not included in this figure.
  1401.     Also shown is the remaining disk space.
  1402.  
  1403.       LS now has two new display formats.  The -2 option will display
  1404.     two entries per line showing file size and date and the -4 option
  1405.     will display four entries per line showing size only.  In these
  1406.     two modes the files are sorted down each column.  The -x option
  1407.     can be combined with either of these options to display files
  1408.     sorted horizontally.
  1409.  
  1410.  
  1411.           LS will pause after displaying one page of information. Typing "q" 
  1412.       at this point will terminate the program. Typing any other key will  
  1413.     continue the display.  The -k option will suppress this feature and 
  1414.     provide a continuous output which can be  redirected.  In addition,
  1415.     the -k option will eliminate any graphics characters, allowing the
  1416.     output to be redirected to a non-IBM printer.
  1417.  
  1418.  
  1419.       If the -a option is used, any hidden or system files contained in 
  1420.     the directory are also displayed.  The -f option will display file
  1421.     names only and omit any subdirectories.  The -p option will append a 
  1422.     back slash  to the end of each subdirectory name, allowing the user 
  1423.     to distinguish between files and  subdirectories.  This option will
  1424.     not work with the -l option.  
  1425.  
  1426.  
  1427.       The -t option will will sort files by time and date and can be used 
  1428.     with the -r option to display newest files first.  The -e option 
  1429.     will sort file names by extension and the -u option will provide 
  1430.     unsorted output if so desired.
  1431.  
  1432.  
  1433.       The -d option can be used to to display file totals at the end
  1434.     of each directory and the -n option will provide lower case output 
  1435.     if needed.
  1436.  
  1437.  
  1438.  
  1439.  
  1440.  
  1441.       LS can  be custom configured by setting the environment
  1442.     variable "LSCFG" to the desired options.  For example:
  1443.  
  1444.             set lscfg=le
  1445.  
  1446.     will cause LS to default to the long format, with files sorted by 
  1447.     extension, unless an option is specified on the command line. 
  1448.  
  1449.  
  1450.       LS is now EDC compatible.  If EDC is installed, LS will accept 
  1451.     partial directory names. LS will first look for an immediate directory
  1452.     with the specified name.  If no directory is found it will check 
  1453.     PATH.EDC for any matches.  If no matches are found it will then check
  1454.     for a file with the given name.  When using this feature the user is
  1455.     limited to one argument.  If more than one directory is specified on 
  1456.     the command line, PATH.EDC will not be searched.  This feature has 
  1457.     been made invisible so that LS can still be used as a stand-alone 
  1458.     directory lister.  As a result no error messages relating to EDC or 
  1459.     PATH.EDC will be displayed.
  1460.  
  1461.  
  1462.           This version of LS will not recursively list subdirectories but 
  1463.     the FFIND command can be used to obtain the same result.  For
  1464.     example:
  1465.  
  1466.         ffind -lm dirname *.*
  1467.  
  1468.         ffind -lm . *.*
  1469.  
  1470.  
  1471.  
  1472. ~mv
  1473.  
  1474.  
  1475.     NAME:
  1476.  
  1477.     MV      Move file(s) to new file or directory.
  1478.  
  1479.  
  1480.     SYNTAX:
  1481.  
  1482.     mv [-afnost?] file1 file2       Moves (renames) file1 to file2.
  1483.  
  1484.     mv [-afnost?] file1 [file2..filen] dir1
  1485.  
  1486.                     Moves any number of files to dir1.
  1487.  
  1488.     mv dir1 dir2                    Renames dir1 to dir2. dir1 and dir2 
  1489.                     must be in the same parent directory.
  1490.  
  1491.  
  1492.     OPTIONS:
  1493.  
  1494.     a               Move read only, hidden and system files.
  1495.                         Prompt before overwriting protected files.
  1496.         f               Move and overwrite all files without prompting.
  1497.         i               Interactive mode. Prompt before moving.
  1498.         n               No delete. Do not overwrite existing files.
  1499.         o               Overwrite existing files without prompting.
  1500.         s               Move files without echoing to screen.
  1501.         t               Update file time and date when moving.
  1502.         ?               Display help screen.
  1503.  
  1504.  
  1505.     DESCRIPTION:
  1506.  
  1507.       MV moves one or more files to a new file or directory. If more than 
  1508.     one source file is specified or wildcards are used, the last argument
  1509.     must  specify  an existing directory or an error will occur.  If a 
  1510.     directory is used as a source, all files in the directory will be
  1511.         moved but subdirectories will not be moved.
  1512.  
  1513.       Each file is echoed to the screen as it is moved and existing files
  1514.     are not overwritten  without prompting.  If an existing file is 
  1515.     protected the user will be notified and prompted a second time before 
  1516.     the file is overwritten. Options are provided to override these 
  1517.     features when desired.
  1518.  
  1519.       The -i option will prompt the user for a yes or no answer before 
  1520.     moving each file.  Used with wildcards or directory names this option 
  1521.     provides an interactive method of moving files.
  1522.  
  1523.  
  1524.  
  1525.  
  1526.       In normal use MV, ignores hidden and system files and prompts
  1527.     the user before moving read only files. Hidden and system files can 
  1528.     be moved using the -a option or the -f option.  The -a option will 
  1529.     move read only, hidden and system files without prompting but will 
  1530.     still prompt the user before overwriting protected files. If the -f 
  1531.     option is used all existing files, even protected files, will be 
  1532.     overwritten without prompting the user.
  1533.  
  1534.       The -o option can be used overwrite existing files without
  1535.     prompting but will not overwrite protected files.  If the -n option
  1536.         is used, no existing files will be overwritten and the user will not
  1537.         be prompted.  The -n option overrides all other options in this 
  1538.     respect.
  1539.  
  1540.       If the -s option is used, filenames will not be echoed to the 
  1541.     screen when moving.  This option can be used with the -o, -f or -n 
  1542.     options when no screen output is desired.
  1543.  
  1544.       In normal use MV will carry over the time and date of the old file.
  1545.     If the -t option is used, the new file will be stamped with the 
  1546.     current DOS time and date. Unlike the CP command, MV will also carry 
  1547.     over the attributes of the old file.
  1548.  
  1549.  
  1550.  
  1551.  
  1552. ~mvdir
  1553.  
  1554.  
  1555.     NAME:
  1556.  
  1557.     MVDIR   Move directory and all subdirectories to new location.
  1558.  
  1559.  
  1560.     SYNTAX:
  1561.  
  1562.     mv dir1 dir2                    Moves dir1 to dir2
  1563.  
  1564.  
  1565.  
  1566.     OPTIONS:
  1567.  
  1568.     s               Move files without echoing to screen.
  1569.         ?               Display help screen.
  1570.  
  1571.  
  1572.  
  1573.     DESCRIPTION:
  1574.  
  1575.       MVDIR will move a directory and all its subdirectories to the 
  1576.     specified target. If the target directory does not exist a new 
  1577.     directory will be created. If the target directory does exist a 
  1578.     directory will be created within the target directory having the 
  1579.     same name as the old directory.
  1580.  
  1581.       MVDIR has three modes of operation totally independent of user 
  1582.     input.  If both old and new directories are in  the same parent 
  1583.     directory, MVDIR will rename the old directory.  If old and new 
  1584.     directories are not in the same parent directory but reside on the 
  1585.     same drive, MVDIR will create the new directory structure, rename 
  1586.     the files and then remove the old directory. If old and new directories
  1587.         reside on different drives MVDIR will create the new directory 
  1588.     structure, copy the files over and then remove the old files and 
  1589.     directories.  If an error occurs in this last mode, such as a disk 
  1590.     full error, MVDIR will abort and leave the old directory intact.
  1591.  
  1592.  
  1593.  
  1594. ~read
  1595.  
  1596.  
  1597.     NAME:
  1598.  
  1599.     READ      Display text in page format.
  1600.  
  1601.  
  1602.     SYNTAX:
  1603.  
  1604.     read [-f][+#]                         Displays standard input one page 
  1605.                         at a time.
  1606.  
  1607.         read [+#][+\string] file1..filen    Displays contents of files  one 
  1608.                         page at a time.
  1609.  
  1610.     read dir                Lists directory and allows user
  1611.                         to select file to be read.
  1612.  
  1613.  
  1614.     OPTIONS:
  1615.  
  1616.     -b        Write to BIOS instead of video memory.
  1617.  
  1618.     -f              Store standard input in temporary file
  1619.                         before displaying.
  1620.  
  1621.         +###            Begin displaying at line ###.
  1622.  
  1623.     +\string    Begin displaying at first occurrence of string.
  1624.  
  1625.  
  1626.  
  1627.     DESCRIPTION:
  1628.  
  1629.       READ is a text file viewer which can read from STDIN like the
  1630.     DOS MORE command, or directly from a file.  For example:
  1631.  
  1632.             read < dosnix.doc
  1633.  
  1634.     and
  1635.  
  1636.             read dosnix.doc
  1637.  
  1638.     will both display DOSNIX.DOC.  Wild cards and multiple arguments
  1639.     can be used to view several files in sequence.  For example:
  1640.  
  1641.             read *.doc
  1642.  
  1643.     can be used to page through all .DOC files, and
  1644.  
  1645.             read whats.new quickref.doc
  1646.  
  1647.     will first read WHATS.NEW, then QUICKREF.DOC.
  1648.  
  1649.       
  1650.  
  1651.  
  1652.  
  1653.  
  1654.       When READ begins, it will display one page of text and then pause. 
  1655.     The user can then enter one of the following commands:
  1656.  
  1657.                 <space>         Toggle continuous scroll.
  1658.  
  1659.                 <PgDn>          Clear screen and display next page.
  1660.  
  1661.                 ^D, D, ]      Display next half page of text.
  1662.  
  1663.                 Enter or        Display next line of text.
  1664.                 Down Arrow
  1665.  
  1666.                 <PgUp>, ^B      Clear screen and display previous page.
  1667.  
  1668.                 ^U, U,  [       Move back one half page.
  1669.  
  1670.         Up Arrow    Move back one line.
  1671.  
  1672.         Right Arrow    Shift screen one tab stop right.
  1673.  
  1674.         Left Arrow    Shift screen one tab stop left.
  1675.  
  1676.                 H, Backspace    Display help page.
  1677.  
  1678.                 ^L, .           Rewrite current page.
  1679.  
  1680.                 Home            Move to beginning of file.
  1681.  
  1682.                 End or $        Move to end of file.
  1683.  
  1684.                 N             Display next file.
  1685.  
  1686.         P         Return to previous file.
  1687.  
  1688.         F4              Select new file.
  1689.  
  1690.         \, F2        Search text for string.  Ignore case.
  1691.  
  1692.         |, ShF2        Search text for string.  Match exact case.
  1693.  
  1694.         /, F3        Search text for next occurrence of string.
  1695.  
  1696.                 -###            Move back ### lines.
  1697.  
  1698.                 +###            Move forward ### lines.
  1699.  
  1700.                 ###             Move to line number ###.
  1701.  
  1702.         !        Shell to DOS.
  1703.  
  1704.                 Q, Esc             Terminate the program.
  1705.  
  1706.  
  1707.  
  1708.  
  1709.  
  1710.       The escape key can be used to interrupt text searches and exit
  1711.     the help screen.  It will also terminate the program from the main
  1712.     menu.  F10 or Del can be used in place of Esc and  ^PgUp and ^PgDn
  1713.     can be used in place of Home and End.
  1714.  
  1715.       The number of the top line is displayed on the menu bar unless 
  1716.     the end of file message is visible, then the line number displayed 
  1717.     will be the last line of the file.  Unless the file is very small, 
  1718.     you can use PgUp to realign the last page and get rid of the message. 
  1719.  
  1720.       If the number keys are used to go to a line already on the screen, 
  1721.     the screen will scroll until the line is at the top.  Otherwise the 
  1722.     screen will clear and a new page will be displayed.  
  1723.  
  1724.       READ now has a unique method of utilizing the space bar.  
  1725.     Instead of displaying one page of text and halting, pressing 
  1726.     the spacebar will cause the text to scroll until the spacebar
  1727.     is pressed again.  This allows you to halt the display at any
  1728.     desired position.  The scroll rate can be adjusted by pressing 
  1729.     the up and down arrows while the text is moving.  
  1730.  
  1731.       Don't try to control the text with the arrow keys.  Use
  1732.     them to adjust the scroll rate then control the text with the 
  1733.     spacebar.
  1734.  
  1735.  
  1736.       Text searches can be done by typing a "\" or a "|".  You will then 
  1737.     be prompted to enter a search string.  READ will begin displaying ten 
  1738.     lines before the line containing the search string and the matching 
  1739.     line will be highlighted.  The "\" command will ignore differences 
  1740.     between upper and lower case.  The "|" command will find only strings
  1741.     having the exact case as the search string.  Typing a "/" will find
  1742.     the next occurrence of the string and will work with either of the
  1743.     two previous commands. Searches can not be done when reading from 
  1744.     standard input.
  1745.  
  1746.       If +\string is used as an option, READ will search the first 
  1747.     occurrence of "string" before displaying.  For example:
  1748.  
  1749.             read +\ffind dosnix.doc
  1750.  
  1751.     will scan DOSNIX.DOC for the first occurrence of "ffind" and
  1752.     begin displaying ten lines before the first matching line.
  1753.  
  1754.       Case sensitive searches can also be initiated from the command
  1755.     line.  Because "|" is a DOS operator it will be necessary to put
  1756.     the argument in quotes.  For example:
  1757.  
  1758.         read "+|FFIND" dosnix.doc
  1759.  
  1760.  
  1761.  
  1762.  
  1763.  
  1764.  
  1765.  
  1766.        
  1767.       Pressing F4 will display the current directory.  You can then
  1768.     use the arrow keys to select either a new file or a new directory.
  1769.     This mode can be entered from the command line by using a directory
  1770.     as an argument.
  1771.  
  1772.  
  1773.       When +### is used as an option, READ will begin displaying at 
  1774.     whatever line number is given after the plus sign.  For example:
  1775.  
  1776.         read +300 dosnix.doc
  1777.  
  1778.     will begin displaying at line 300.
  1779.  
  1780.  
  1781.       Output from other programs can be piped to READ using the "|"
  1782.         operator.  When displaying redirected input, search and    back scroll 
  1783.     commands are not available and lines longer than 80 columns will be 
  1784.     wrapped.  A '-f' option has been provided which will dump redirected 
  1785.     input into a temporary file before reading, making the full range of 
  1786.     commands available.  For example:
  1787.  
  1788.                         ffind -m c:\ *.* | read -f
  1789.  
  1790.         will allow the user to page through the output of FFIND which in 
  1791.     this case is a complete list of files on drive C.
  1792.  
  1793.  
  1794.       Typing "read" by itself with no arguments will echo whatever is
  1795.     typed on the keyboard.  This is also true for CAT and other 
  1796.     commands which are capable of reading STDIN.  This can be confusing  
  1797.     for novice users.  To get out of this mode type CTRL-Z followed
  1798.     by a carriage return.
  1799.  
  1800.       READ will configure itself to use available memory and can
  1801.     run on a system as small as 192k and can handle files up to 
  1802.     65,500 lines on 384k and larger systems.  A larger version,
  1803.     READXL.EXE, will also be provided to registered users.  READXL 
  1804.     can handle files of over 150000 lines and 16mb depending on 
  1805.     available memory.  
  1806.  
  1807.  
  1808.  
  1809.  
  1810. ~rm
  1811.  
  1812.  
  1813.     NAME:
  1814.  
  1815.     RM      Remove file(s).
  1816.  
  1817.  
  1818.     SYNTAX:
  1819.  
  1820.     rm [-fis] file1...filen        Removes files.
  1821.  
  1822.     rm -r[fis] dir1..dirn          Completely removes directories.
  1823.  
  1824.  
  1825.  
  1826.     OPTIONS:
  1827.  
  1828.     f               Remove protected files without prompting.
  1829.         i               Remove files interactively.
  1830.         r               Recursively remove subdirectories.
  1831.         s               Remove files without echoing to screen.
  1832.  
  1833.  
  1834.  
  1835.  
  1836.     DESCRIPTION:
  1837.  
  1838.       RM is the UNIX equivalent of the MSDOS DEL command.  If a protected 
  1839.     file is specified, RM will prompt you before removing it unless the
  1840.     -f option is used.  This version of RM will display each filename as
  1841.     it is removed.  You can use the  -s option to override this feature.
  1842.  
  1843.       The -i option can be used wit    h wildcards to allow you to pick 
  1844.     and choose which files will be removed. For example:
  1845.  
  1846.                         rm -i *.*
  1847.  
  1848.     will display each filename in the current directory and prompt you
  1849.     for a yes or no answer before deleting.
  1850.  
  1851.       The -r option is used to remove directories.  A directory cannot 
  1852.     be removed unless this option is used.  The directory along with all 
  1853.     files and subdirectories will be completely removed.  If you are using 
  1854.     RM to remove a directory on another drive, make sure that the drive is
  1855.     not logged in to the directory you are removing.  RM cannot remove the
  1856.         current directory of any drive.  
  1857.  
  1858.       If the root directory of any drive is specified, all files and
  1859.     directories on the drive will be removed.  The root directory itself 
  1860.     can not be removed.  For example:
  1861.  
  1862.             rm -r a:\
  1863.  
  1864.     will remove everything on drive A.  RM is a great tool for erasing
  1865.     floppy disks but it is also capable of wiping out your hard disk.
  1866.     Use it with care.
  1867.  
  1868.       RM will now accept multiple arguments, making it easier to clean
  1869.     up directories.  It is okay to mix file    names and directory names as 
  1870.     long as the -r option is used.
  1871.  
  1872.  
  1873.  
  1874.  
  1875. ~rn
  1876.  
  1877.  
  1878.     NAME:
  1879.  
  1880.     RN      Rename file or directory.
  1881.  
  1882.  
  1883.     SYNTAX:
  1884.  
  1885.  
  1886.     rn oldfile newfile              Renames oldfile to newfile.
  1887.     rn oldfile dir                  Relocates oldfile to dir.
  1888.         rn olddir  newdir               Renames olddir to newdir.
  1889.  
  1890.  
  1891.  
  1892.     OPTIONS: none
  1893.  
  1894.  
  1895.  
  1896.  
  1897.     DESCRIPTION:
  1898.  
  1899.       RN is similar to the MV command but is much more limited in scope.  
  1900.     Only one file or directory can be renamed at a time and wild cards 
  1901.     are not permitted.  Files can not be  relocated to another drive and 
  1902.     directories can only be renamed within the parent directory.  Because 
  1903.     of its small size, RN is very useful for floppy drive systems where
  1904.     space is limited.
  1905.  
  1906.  
  1907.  
  1908.  
  1909.  
  1910. ~sgrep
  1911.  
  1912.  
  1913.     NAME:
  1914.  
  1915.     SGREP    Search text file(s) for specified string. 
  1916.  
  1917.  
  1918.     SYNTAX:
  1919.  
  1920.  
  1921.     sgrep [-chilnv] string file1...filen
  1922.  
  1923.                     Searches file1..filen for string. 
  1924.  
  1925.         sgrep [-cinv] string        Searches STDIN for string.    
  1926.  
  1927.  
  1928.  
  1929.  
  1930.     OPTIONS:
  1931.  
  1932.     -c          Print only a count of matching lines.
  1933.     -h          Do not print file names.
  1934.     -i          Ignore differences between upper and lower case.
  1935.         -l          Print only the names of files with matching lines.
  1936.         -n          Print line numbers of matching lines.
  1937.         -v          Print only lines that don't match.
  1938.  
  1939.  
  1940.     DESCRIPTION:
  1941.  
  1942.       SGREP is a simplified version of the UNIX FGREP command and
  1943.     is similar to the MSDOS FIND command.  SGREP will search one
  1944.     or more files for a specified text string and display each
  1945.     line in which the string is found. Unlike FIND, SGREP will
  1946.     accept wild cards and multiple arguments as filenames.  It
  1947.     is not necessary to enclose the search string in quotes unless
  1948.     it contains a space.  For example:
  1949.  
  1950.         sgrep Zmodem rta.log
  1951.  
  1952.     will find all references to Zmodem in RTA.LOG and
  1953.  
  1954.         sgrep "File Express" rta.log
  1955.  
  1956.     will find all references to File Express.
  1957.  
  1958.       A -i option has been provided to ignore case differences
  1959.     when searching.  For example:
  1960.  
  1961.         sgrep -i zmodem rta.log
  1962.  
  1963.     will locate all references to ZMODEM, zmodem or Zmodem.
  1964.  
  1965.  
  1966.  
  1967.         
  1968.       If more than one file is being searched, SGREP will precede
  1969.     each line displayed with the name of the file in which it is
  1970.     found.  The -h option will suppress this feature.  The -n option
  1971.     will display the number of each line.  For example:
  1972.  
  1973.         sgrep -n Zmodem *.log
  1974.  
  1975.     will display each line containing "Zmodem" preceded by the name
  1976.     of the file and the number of the line, while
  1977.  
  1978.         sgrep -h Zmodem *.log
  1979.  
  1980.     will display only lines containing "Zmodem" with no file name or
  1981.     line number.
  1982.         
  1983.         If the -n option is used SGREP will display only the names of
  1984.     files containing matching lines.  The -c option is similar but
  1985.     will also give a count of matching lines.  The -v option displays
  1986.     lines that do NOT match the search string.
  1987.  
  1988.  
  1989.  
  1990.  
  1991.  
  1992. ~split
  1993.  
  1994.  
  1995.     NAME:
  1996.  
  1997.     SPLIT    Split a text file into several smaller files. 
  1998.  
  1999.  
  2000.     SYNTAX:
  2001.  
  2002.  
  2003.     split [-###]            Splits standard input into
  2004.                     several small files.
  2005.  
  2006.     split [-###] file        Splits file into smaller files.
  2007.  
  2008.  
  2009.  
  2010.     OPTIONS:
  2011.  
  2012.     -###        Set output file size to ### lines.
  2013.  
  2014.  
  2015.  
  2016.  
  2017.     DESCRIPTION:
  2018.  
  2019.       SPLIT will divide a text file into smaller files of 1000 lines each.  
  2020.     If a smaller or larger output file size is desired, the number of 
  2021.     lines can be specified as an option.  Output files are named by adding
  2022.     extensions of .XAA, .XAB, etc. to the source file name.  When reading 
  2023.     from standard input output files are named XAA, XAB, etc.  For example:
  2024.  
  2025.             split -500  dosnix.doc
  2026.  
  2027.     will divide DOSNIX.DOC into files of 500 lines each named DOSNIX.XAA, 
  2028.     DOSNIX.XAB, DOSNIX.XAC .... , while
  2029.  
  2030.             cat dosnix.doc | split -250
  2031.  
  2032.     will divide DOSNIX.DOC into files of 250 lines each named XAA, XAB, 
  2033.     XAC ....  This allows for up to 676 output files although it is not 
  2034.     wise to split up a file into that many pieces.  Files can be re-
  2035.     assembled after editing, or other modifications, by using CAT.
  2036.  
  2037.  
  2038.  
  2039.  
  2040. ~tail
  2041.  
  2042.  
  2043.     NAME:
  2044.  
  2045.     TAIL          Display the last few lines of a file.
  2046.  
  2047.  
  2048.     SYNTAX:
  2049.  
  2050.  
  2051.     tail [+###][-###][cv] [file1 file2..filen]
  2052.  
  2053.  
  2054.  
  2055.     OPTIONS:    +###      Skip the first ### lines.
  2056.                 -###      Display the last ### lines.
  2057.                 -b        Count 512k blocks instead of lines.
  2058.                 -c        Count characters instead of lines.
  2059.                 -v        Verbose.  Display file names.
  2060.                 -?        Display help screen.
  2061.  
  2062.  
  2063.  
  2064.     DESCRIPTION:
  2065.  
  2066.  
  2067.       TAIL displays the last few lines of any text file.  The number
  2068.     of lines to display can be specified as an option.  For example
  2069.  
  2070.             tail -30 dosnix.doc
  2071.  
  2072.     displays the last 30 lines of DOSNIX.DOC.  If the number of lines 
  2073.     is not specified the last ten lines are listed.  
  2074.  
  2075.  
  2076.       TAIL can be used with wild cards and multiple arguments and a -v
  2077.     option is provided to give the name of each file as it is listed. 
  2078.     For example:
  2079.  
  2080.             tail -20v *.c
  2081.  
  2082.     would list the last 20 lines of each C source file preceded by the
  2083.     file name.  When using the -v option the number of lines, if specified,
  2084.     should come before the 'v' as shown in the example.
  2085.  
  2086.       Preceding the number of lines with a '+' instead of a '-' will
  2087.     will cause tail to skip the stated number of lines and list the
  2088.     remainder of the file.
  2089.  
  2090.  
  2091.  
  2092.  
  2093.  
  2094.  
  2095.       The 'c' option will count characters instead of lines and the 'b'
  2096.     option will count 512k blocks.  For example:
  2097.  
  2098.             tail -1000c dosnix.doc 
  2099.  
  2100.     will display the last 1000 characters of DOSNIX.DOC and
  2101.  
  2102.             tail -5b dosnix.doc
  2103.  
  2104.     will display the last five blocks or 2560 characters.  With large text
  2105.     files these two options will be much faster than counting lines.
  2106.  
  2107.  
  2108.       TAIL will also read from STDIN and you can pipe the output of
  2109.     other commands to TAIL.  The -v option is not applicable when
  2110.     reading from standard input.
  2111.  
  2112.  
  2113.  
  2114.  
  2115. ~tee
  2116.  
  2117.  
  2118.     NAME:
  2119.  
  2120.     TEE     Copy standard input to standard output and file(s).
  2121.  
  2122.  
  2123.     SYNTAX:
  2124.  
  2125.     tee [-a] file1 [file2]..[file5]         Copies STDIN to STDOUT and 
  2126.                         file1..file5.
  2127.  
  2128.  
  2129.     OPTIONS:
  2130.  
  2131.     a                       Append output to specified file[s]
  2132.         s                       Suppress standard output.
  2133.  
  2134.  
  2135.     DESCRIPTION:
  2136.  
  2137.       TEE can be used with the DOS "|" operator and any command which 
  2138.     writes to standard output.  For example:
  2139.  
  2140.         cat file1 file2 | tee file3
  2141.  
  2142.     concatenates file1 and file2 while displaying them on the screen and 
  2143.     stores them in file3.
  2144.  
  2145.                  ls -lb dir1 | tee file1
  2146.  
  2147.         displays dir1 in long format and stores the output in file1.
  2148.  
  2149.           The -a option can be used to append the output to existing files.  
  2150.     If the -a option is not used, existing files will be overwritten.  
  2151.     For example:
  2152.  
  2153.                         tee -a file2 <file1
  2154.  
  2155.         displays file1 and appends it to the end of file2
  2156.  
  2157.                         tee file2 <file1
  2158.  
  2159.         displays file1 and overwrites file2.
  2160.  
  2161.           The -s option can be used to suppress standard output and write to 
  2162.     specified files only.  For example:
  2163.  
  2164.         cat source1 | tee -s file1 file2 file3
  2165.  
  2166.         will make multiple copies of source1 without displaying it on the 
  2167.     screen.
  2168.  
  2169.           TEE is meant for use with text files only and use with binary files 
  2170.     is not recommended.
  2171.  
  2172.  
  2173.  
  2174. ~tolower
  2175.  
  2176.  
  2177.     NAME:
  2178.  
  2179.     TOLOWER         Convert to lower case.
  2180.  
  2181.  
  2182.  
  2183.     SYNTAX:
  2184.  
  2185.     tolower                         Converts STDIN to lower case and 
  2186.                     writes to STDOUT.
  2187.  
  2188.  
  2189.  
  2190.     DESCRIPTION:
  2191.  
  2192.       TOLOWER is a filter which will convert all upper case characters to 
  2193.     lower case.  All other characters are left unchanged.  For example:
  2194.  
  2195.                         tolower < file1 > file2
  2196.  
  2197.         converts file1 to lower case and stores the result in file2.
  2198.  
  2199.  
  2200.  
  2201.  
  2202.  
  2203. ~touch
  2204.  
  2205.  
  2206.     NAME:
  2207.  
  2208.     TOUCH   Modify file date and time.
  2209.  
  2210.  
  2211.  
  2212.     SYNTAX:
  2213.  
  2214.     touch [-t] [mm/dd/yy;hh:mm:ss] file1
  2215.                                                 Changes date and time of file1
  2216.  
  2217.  
  2218.  
  2219.     OPTIONS:
  2220.  
  2221.     t                       User selected time and date.
  2222.  
  2223.  
  2224.  
  2225.     DESCRIPTION:
  2226.  
  2227.       TOUCH will change the date and time of the specified file to the 
  2228.     current DOS date and time.  If the -t option is used the user can 
  2229.     supply the date and time as the next argument in the format 
  2230.     mm/dd/yy;hh:mm:ss.  If the date and time argument is omitted the 
  2231.     user is prompted to enter the  date and time of his choice.  Wildcards 
  2232.     can be used in file names.
  2233.  
  2234.  
  2235.  
  2236.  
  2237. ~toupper
  2238.  
  2239.  
  2240.     NAME:
  2241.  
  2242.     TOUPPER         Convert to upper case.
  2243.  
  2244.  
  2245.  
  2246.     SYNTAX:
  2247.  
  2248.     toupper                         Converts STDIN to upper case and 
  2249.                     writes to STDOUT.
  2250.  
  2251.  
  2252.  
  2253.     DESCRIPTION:
  2254.  
  2255.       TOUPPER is a filter which will convert all lower case characters 
  2256.     to upper case.  All other characters are left unchanged.  For example:
  2257.  
  2258.                         toupper < file1 > file2
  2259.  
  2260.         converts file1 to upper case and stores the result in file2.
  2261.  
  2262.  
  2263. ~wc
  2264.  
  2265.  
  2266.     NAME:
  2267.  
  2268.     WC        Count lines, words and characters in a file. 
  2269.  
  2270.  
  2271.  
  2272.     SYNTAX:
  2273.  
  2274.  
  2275.     wc                    Counts lines, words and
  2276.                         characters in STDIN.
  2277.  
  2278.     wc [-clw] file1[..filen]        Counts lines words and
  2279.                         characters in file1..filen.
  2280.  
  2281.  
  2282.  
  2283.     OPTIONS:
  2284.  
  2285.     -c              Print character count only.
  2286.     -l              Print line count only.
  2287.     -w              Print word count only.
  2288.  
  2289.  
  2290.  
  2291.     DESCRIPTION:
  2292.  
  2293.       WC will count the number of lines, words and characters in one
  2294.     or more text files and display the totals on the screen.  Options are 
  2295.     provided to print a count of lines only, words only or characters
  2296.     only. If no options are used WC will display all three counts.
  2297.     For example:
  2298.  
  2299.             wc dosnix.doc
  2300.  
  2301.     will display the total number of lines, words and characters in
  2302.     DOSNIX.DOC, while
  2303.  
  2304.             wc -l dosnix.doc
  2305.  
  2306.     will display only the number of lines in DOSNIX.DOC, and
  2307.  
  2308.             wc -w *.doc
  2309.  
  2310.     will display the number of words in each file with an extension of
  2311.     .DOC.  A word is considered to be one or more characters delimited
  2312.     by a blank, tab or a newline.
  2313.  
  2314.  
  2315.  
  2316.  
  2317.  
  2318.       WC will also read from STDIN.  For example:
  2319.  
  2320.             cat *.c | wc 
  2321.  
  2322.     will give the total number of lines, words and characters in all
  2323.     .C files.  If WC is reading from a file, the name of each file
  2324.     will be printed after the count.  When reading from STDIN, no file
  2325.     name is printed.
  2326.  
  2327.  
  2328.  
  2329.  
  2330.  
  2331.  
  2332.  
  2333.                               DISCLAIMER OF WARRANTY
  2334.  
  2335.     This software and manual are sold "as is" and without warranties as to
  2336.     performance of merchantability or any other warranties whether expressed
  2337.     or implied.  Because of the various hardware and software environments
  2338.     into which this program may be put, no warranty of fitness for a particular
  2339.     purpose is offered.
  2340.  
  2341.     Good data processing procedure dictates that any program be thoroughly
  2342.     tested with non-critical data before relying on it.  The user must assume
  2343.     the entire risk of using the program.  Any liability of the seller will be
  2344.     limited exclusively to product replacement or refund of purchase price.
  2345.  
  2346.  
  2347.  
  2348.  
  2349.  
  2350. ~registration
  2351.  
  2352.  
  2353.           DOSNIX ver. 2.2 is the product of many hours of design, testing
  2354.         and debugging.  If you use this utility package beyond a reasonable
  2355.         period of time for evaluation, you are required to register. When 
  2356.     you register you will be sent a copy of the latest version of DOSNIX 
  2357.     The fee for registration is $35.00.  Currently registered users may 
  2358.     upgrade at any time by sending $7.00 to cover shipping and handling.
  2359.  
  2360.           Copies of DOSNIX ver. 2.2 can be made and distributed provided 
  2361.         that all utilities, documentation and licensing information are 
  2362.     included.  Even if you do not use this program you are encouraged 
  2363.     to share it with your friends and to upload it to bulletin boards. 
  2364.     Shareware dealers are free to distribute this program provided that 
  2365.     they comply with the guidelines given in REGISTER.DOC.
  2366.  
  2367.           Businesses are invited to use DOSNIX on a trial basis and then to
  2368.         apply for a site license.  Please write to me at the address below
  2369.         to register or to obtain information on site licenses.
  2370.  
  2371.  
  2372.                         Gerald M. Vrooman
  2373.                         6400 NY RT 79
  2374.                         Chenango Forks, NY
  2375.                         13746
  2376.  
  2377.  
  2378.  
  2379.  
  2380.  
  2381.  
  2382. -------------------------------------------------------------------------------
  2383.  
  2384.  
  2385.                   DOSNIX  2.2 REGISTRATION
  2386.  
  2387.  
  2388.  
  2389.         NAME:     ____________________________________________________________
  2390.  
  2391.         ADDRESS:  ____________________________________________________________
  2392.  
  2393.                   ____________________________________________________________
  2394.  
  2395.                   ____________________________________________________________
  2396.  
  2397.  
  2398.  
  2399.  
  2400.  
  2401.  
  2402.     ____ Upgrade to latest version of DOSNIX @ $7.00      ____________
  2403.  
  2404.  
  2405.     ____ Single user registration @ $35.00                ____________
  2406.          ($25.00 before 03/01/93)
  2407.  
  2408.  
  2409.     ____ Basic Site License @ $90.00                      ____________
  2410.          (Up to three computers)
  2411.  
  2412.  
  2413.     ____ Additional computers @ $28.00 
  2414.          (For networks estimate the number
  2415.           of computers which  will be using
  2416.           DOSNIX)                                  ____________
  2417.  
  2418.  
  2419.  
  2420.     Total amount enclosed                                 ____________
  2421.     
  2422.  
  2423.  
  2424.  
  2425.         Please circle one:      5.25" disk      3.5" disk
  2426.  
  2427.  
  2428.  
  2429.